home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 64
/
Volume 64 - JOGO DISK .iso
/
Games
/
the_best_every_day.swf
/
scripts
/
DefineButton2_795
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-04-10
|
363b
|
12 lines
on(release){
_parent.play();
_global.Transition.play();
_global.Transition.TransFunc = function()
{
trace("_global.GS._currentframe before = " + _global.GS._currentframe);
_global.GS.gotoAndStop("EndCard");
trace("_global.GS._currentframe after = " + _global.GS._currentframe);
_global.Pack.bInGame = false;
};
}